『Haskell High Performance Programming』
https://m.media-amazon.com/images/I/51Y8cjJeK6L._SX404_BO1,204,203,200_.jpg
2016/9/26
ここで見た
@naoya_ito: Dinic 法の実装してて、ぼちぼち Haskell の高速な実装の書き方の体系的な知識が必要そうだなと思い Haskell High Performance Programming と Programming in Haskell: Questions and Answers の2冊を購入。頑張って読もう Identifying Bottlenecks
Choosing the Correct Data Structures
Profile and Benchmark to Your Heart's Content
The Devil's in the Detail
Parallelize for Performance
I/O and Streaming
Concurrency and Performance
Tweaking the Compiler and Runtime System (GHC)
GHC Internals and Code Generation
Foreign Function Interface
Programming for the GPU with Accelerate
Scaling to the Cloud with Cloud Haskell
Functional Reactive Programming
Library Recommendations